summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stefano Zacchiroli [Sun, 17 Apr 2005 15:02:54 +0000 (15:02 +0000)]
bumped debhelper version
Stefano Zacchiroli [Mon, 11 Apr 2005 09:22:18 +0000 (09:22 +0000)]
- changed registry format, adding the runtime dependency field
(the idea is that for each pair <unit_name, md5sum> there are 3 dependencies
information: dependency for development part of libraries, dependency for
runtime part of libraries or non-custom bytecode binaries, version of the
package shipping that unit)
- added command line flag --runtime
- added error when duplicate entries are found in registry at update time
- "dep" action no longer requires --package and --version arguments, it does
not need them
Stefano Zacchiroli [Mon, 11 Apr 2005 09:19:22 +0000 (09:19 +0000)]
added registry feeding targets, just type "make feeding" and sample md5sum
entries for the standard ocaml installation will be created
Stefano Zacchiroli [Mon, 11 Apr 2005 09:18:16 +0000 (09:18 +0000)]
changed feeding documentation
- added entry for ocaml-compiler-libs
- filtered out camlp4/ and ocamldoc/ which are troublesome
Stefano Zacchiroli [Mon, 11 Apr 2005 09:17:23 +0000 (09:17 +0000)]
- completed filling algorithm: now handles dependencies on ocaml, on findlib,
and on source runtime (when available) for -dev libraries
- added command line override for specifying that a package has to be handled
as a -dev library, possibly with an associated runtime
Stefano Zacchiroli [Fri, 8 Apr 2005 18:18:55 +0000 (18:18 +0000)]
snapshot
(at the moment:
- registry format should be changed, an additional field is needed
read doc/substvar_filling.txt for more info)
Stefano Zacchiroli [Thu, 7 Apr 2005 13:52:19 +0000 (13:52 +0000)]
started writing notes about which md5sum entries should be shipped by the ocaml
package
Stefano Zacchiroli [Thu, 7 Apr 2005 13:51:21 +0000 (13:51 +0000)]
no longer needed
Stefano Zacchiroli [Thu, 7 Apr 2005 13:51:01 +0000 (13:51 +0000)]
- added support for dump/restore of ocamlobjinfo information (so that it does
not need to be invoked twice on the same set of objects, as happend for ocaml
libraries first for extracting information about defined units and then for
information about imported ones)
- more structured code, added a lot of iterators (over fils, input channel,
registry like file, ...)
Stefano Zacchiroli [Thu, 7 Apr 2005 13:48:57 +0000 (13:48 +0000)]
builds autoscripts per default
Stefano Zacchiroli [Thu, 7 Apr 2005 13:48:33 +0000 (13:48 +0000)]
autoscripts which uses ocaml-md5sums
Stefano Zacchiroli [Thu, 7 Apr 2005 13:48:05 +0000 (13:48 +0000)]
sample data of various files related to dh_ocaml
Stefano Zacchiroli [Thu, 7 Apr 2005 13:45:21 +0000 (13:45 +0000)]
- uses ocaml-md5sums (code really lighter now)
- try to guess objects related to ocaml bytecode binaries (still to be tested)
- wrote (first draft of) pod documentation
Stefano Zacchiroli [Wed, 6 Apr 2005 15:01:26 +0000 (15:01 +0000)]
- implemented update action
- added registry iterator
- better command line syntax
- tested (and fixed) compute and dep actions
- added support for reading objects list from stdin
- added logging and verbosity
- added copyright information
Stefano Zacchiroli [Wed, 6 Apr 2005 09:28:04 +0000 (09:28 +0000)]
checked in ocaml md5sums registry manager
(debhelper maintainer told me that dh_ocaml does too much on his own,
thus I'm moving away registry handling in an external tool that will
be invoked both by dh_ocaml at package build time and by postrm/postinst
scripts)
Stefano Zacchiroli [Mon, 4 Apr 2005 19:03:36 +0000 (19:03 +0000)]
dh_ocaml: checkin